home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ham Radio
/
Ham Radio CD-ROM (Emerald Software) (1995).ISO
/
misc
/
wxradar
/
rdrdload.bat
< prev
next >
Wrap
DOS Batch File
|
1987-12-29
|
445b
|
15 lines
ECHO OFF
CLS
REM A sample batch file that will start up PROCOMM, download data,
REM and return to WXRDR20
REM
REM A procedure could be included here to "bump" old filenames "up"
REM ie. IF EXIST RADAR.DAT REN RADAR.DAT RADAR1.DAT, and so forth
REM
IF EXIST RADAR.DAT DEL RADAR.DAT
REM
PROCOMM /FRDR.DNL
REM Autoruns the file RDR.DNL
REM
REM PROCOMM autoexits with the QUIT command, and the batch file drops
REM us back into WXRDR20